-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django 4.0 support, loosen version constraints #83
base: master
Are you sure you want to change the base?
Conversation
@datadvance Can you take a look at this PR for Django 4.0 support please? |
@prokher could you check PR and accept. Thanks! |
@datadvance Please give this a look if you can! |
@datadvance I'd also appreciate this being reviewed/merged 👍 |
@datadvance any possibility you could take a look? |
Hey, @tony create you own library from this and push it to pypi. |
django.core.exceptions.ImproperlyConfigured: The ALLOWED_HOSTS setting must be a list or a tuple.
Any news on when this could be merged? I've looked through the changes and they're not that complicated. Django 4.0 has been out for almost a year now and 4.1 is already out. |
It would be lovely to have this out as a package 🚀 |
Seeing these. Could someone provide an ETA for when support for the latest packages would be available? django-channels-graphql-ws 0.9.1 requires channels<4,>=3, but you have channels 4.0.0 which is incompatible. |
Another dependency that likely needs to be updated:
|
Fixes #82